home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revolution - Das Atari CD Magazin 1997
/
Revolution - Das Atari CD Magazin 1.iso
/
software
/
anwendng
/
utility
/
gemlabel
/
module.prj
/
stc.ltc
/
glm.h
next >
Wrap
C/C++ Source or Header
|
1996-07-21
|
340b
|
22 lines
/*
GLM.H
Diese Datei muβ in ein GEMLABEL-Modul eingebunden werden
Angefangen : 14.04.1995
Letzte Änderung: 17.04.1995
*/
#ifndef ___GLM___
#define ___GLM___
#define GDRAW 68
#define GPRTR 80
#define GLOAD 76
#define GSAVE 83
#define M_MSDOS 11
#define M_ATARI 22
#endif /* ifndef */